Platform Explorer / Nuxeo Platform 6.0

Operation Document.SetLifeCycle (Follow Life Cycle Transition)

Description

Follow the given transition on the input document life cycle state
Operation id Document.SetLifeCycle
Category Document
Label Follow Life Cycle Transition
Requires
Since

Parameters

Name Description Type Required Default value
value string yes  

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.document.SetDocumentLifeCycle
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.SetLifeCycle",
  "label" : "Follow Life Cycle Transition",
  "category" : "Document",
  "requires" : null,
  "description" : "Follow the given transition on the input document life cycle state",
  "url" : "Document.SetLifeCycle",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ {
    "name" : "value",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}